commit message - определение. Что такое commit message
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое commit message - определение

COMPUTER OPERATION THAT MAKES A SET OF TENTATIVE CHANGES PERMANENT
Commit (SQL); Commit log

COMMIT (SQL)         
SQL STATEMENT THAT EXECUTES A DATABASE COMMIT
Commit (SQL); Commit log
A COMMIT statement in SQL ends a transaction within a relational database management system (RDBMS) and makes all changes visible to other users. The general format is to issue a BEGIN WORK statement, one or more SQL statements, and then the COMMIT statement.
Commit (data management)         
In computer science and data management, a commit is the making of a set of tentative changes permanent, marking the end of a transaction and providing Durability to ACID transactions. A commit is an act of committing.
commit         
WIKIMEDIA DISAMBIGUATION PAGE
Commit (disambiguation)
v.
1) (d; refl.) ('to devote') to commit to (to commit oneself to a cause)
2) (D; tr.) ('to assign') to commit to (to commit funds to a project)
3) (D; tr.) ('to confine') to commit to (to commit smb. to a mental hospital; committed to prison)
4) (d; tr.) ('to place') (to commit a child to a relative's care; to commit a poem to memory; to commit one's thoughts to paper)
5) (H; usu. refl.; no passive) ('to promise') he committed himself to support her parents

Википедия

Commit (data management)

In computer science and data management, a commit is the making of a set of tentative changes permanent, marking the end of a transaction and providing Durability to ACID transactions. A commit is an act of committing. The record of commits is called the commit log.